classic
Namespace
canopy.runnerFunctions and values
| Function or value | Signature | Description | |
|---|---|---|---|
| # | ( &&! ) description f | description:string -> f:'a6 -> unit | CompiledName: |
| # | ( &&& ) description f | description:string -> f:(unit -> unit) -> unit | CompiledName: |
| # | ( &&&& ) description f | description:string -> f:(unit -> unit) -> unit | CompiledName: |
| # | ( &&&&& ) description f | description:string -> f:(unit -> unit) -> unit | CompiledName: |
| # | after(f) | f:(unit -> unit) -> unit | |
| # | before(f) | f:(unit -> unit) -> unit | |
| # | context(c) | c:string -> unit | |
| # | contextFailed | bool | |
| # | fail ex test suite autoFail url | ex:Exception -> test:Test -> suite:suite -> autoFail:bool -> url:string -> unit | |
| # | failSuite ex suite | ex:Exception -> suite:suite -> unit | |
| # | failed | bool | |
| # | failedContexts | string list | |
| # | failedCount | int | |
| # | lastly(f) | f:(unit -> unit) -> unit | |
| # | many count f | count:int -> f:(unit -> unit) -> unit | |
| # | nmany count description f | count:int -> description:string -> f:(unit -> unit) -> unit | |
| # | ntest description f | description:string -> f:(unit -> unit) -> unit | |
| # | onFail(f) | f:(unit -> unit) -> unit | |
| # | onPass(f) | f:(unit -> unit) -> unit | |
| # | once(f) | f:(unit -> unit) -> unit | |
| # | pass id suite | id:string -> suite:suite -> unit | |
| # | passedCount | int | |
| # | run() | unit -> unit | |
| # | runFor(browsers) | browsers:Browsers -> unit | |
| # | safelyGetUrl() | unit -> string | |
| # | skip(id) | id:string -> unit | |
| # | skipNextTest | bool | |
| # | skipped | unit -> unit | |
| # | skippedCount | int | |
| # | suites | suite list | |
| # | test(f) | f:(unit -> unit) -> unit | |
| # | todo | unit -> unit | |
| # | tryTest test suite func | test:'?20185 -> suite:'?20186 -> func:(unit -> unit) -> Result | |
| # | wip(f) | f:(unit -> unit) -> unit | |
| # | xtest(f) | f:'?20171 -> unit |